projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5673b22
)
(explicit-shell-file-name): Add defvar.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 31 Aug 2005 13:52:51 +0000
(13:52 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 31 Aug 2005 13:52:51 +0000
(13:52 +0000)
lisp/w32-fns.el
patch
|
blob
|
history
diff --git
a/lisp/w32-fns.el
b/lisp/w32-fns.el
index 6d936c44dc89ae384c5fd3fcb16c135aee269c3b..5b801e298311763635991c3379f41d33331d4f0d 100644
(file)
--- a/
lisp/w32-fns.el
+++ b/
lisp/w32-fns.el
@@
-35,6
+35,8
@@
;;; Code:
+(defvar explicit-shell-file-name)
+
;; Map delete and backspace
(define-key function-key-map [backspace] "\177")
(define-key function-key-map [delete] "\C-d")